home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Internet Chooser
/
reggie
/
basic
/
stdmacro.h
< prev
next >
Wrap
Text File
|
1996-06-22
|
886b
|
22 lines
/* File "stdmacro.h", Light Sockets - Copyright (C) Matt Slot, 1996 */
/* Standard types and declarations for consistency across the implementation. */
#ifndef __STD_MACRO_HEADER__
#define __STD_MACRO_HEADER__
/* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
/* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
/* Preprocessor Defines */
#define qEnqueue(e,q) ((void) Enqueue((e),(q)), (((QElem*)(e))->qLink = 0))
/* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
/* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
/* Structure/Class Declarations */
/* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
/* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
#endif /* __STD_MACRO_HEADER__ */